home *** CD-ROM | disk | FTP | other *** search
- echo off
- if not exist b:command.com goto oops
- SET COMSPEC=B:\COMMAND.COM
- KSETUP
- cls
- echo --------------------------------------------------------
- echo The program will now copy installation information to disks
- echo TWO and THREE. Please follow these instructions...
- :disk2
- echo --------------------------------------------------------
- echo Place disk 2 (TWO) in the B: drive, then
- pause
- if not exist B:KS3AOV1.EXE goto OOPS2
- copy ks3.ini B:
- :disk3
- echo --------------------------------------------------------
- echo Place disk 3 (THREE) in the B: drive, then
- pause
- if not exist B:KS3UTIL.EXE goto OOPS3
- copy ks3.ini B:
- goto finish
- :oops2
- echo ****DISK 2 IS NOT IN THE B: DRIVE, PLEASE CORRECT****
- goto disk2
- :oops3
- echo ****DISK 3 IS NOT IN THE B: DRIVE, PLEASE CORRECT****
- goto disk3
- :oops
- echo ˇ
- echo This command assumes that you have a data disk in the B:
- echo drive, and that the file COMMAND.COM is located on that disk.
- echo A copy of COMMAND.COM is not on the disk in drive B:
- echo Please place DISK 3 in the A: drive and enter the command FTIPS
- echo to print out information on preparing disks for this program.
- echo ˇ
- goto end
- :finish
- echo --------------------------------------------------------
- echo Please place the DATA DISK in the B: DRIVE.
- echo --------------------------------------------------------
- pause
- set COMSPEC=A:\COMMAND.COM
- echo --------------------------------------------------------
- echo To begin the program, place disk 1 in the A: drive
- echo and the data disk in the B: drive and enter the commands
- echo SETCOM
- echo first, then enter the command
- echo KS
- echo to begin the program. Remember to enter the RESET command
- echo after you finish running the program.
- echo --------------------------------------------------------
- :END
-